Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Diagnostics.​Metrics.​Measurement<​T>
Assembly: System.Diagnostics.DiagnosticSource
Stores one observed metrics value and its associated tags. This type is used by an Observable instrument's Observe() method when reporting current measurements.
Properties
public
ReadOnlySpan<​Collections.​Generic.​KeyValuePair<​string, object>>
Tags
Gets the measurement tags list.
public
T
Value
Gets the measurement value.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object